home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hyper Stacks 1994 May
/
Hyper Stacks (Pacific HiTech)(1994)[Mac].iso
/
Organization
/
E-Mail Address
/
background_3541.txt
< prev
next >
Wrap
Text File
|
1988-02-19
|
1KB
|
71 lines
-- background: 3541 from stack: in
-- bmap block id: 3659
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=55 top=88 right=285 bottom=459
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=429 top=56 right=89 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 6720 / 6720
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
if the optionKey is down then
answer "This button takes you back." with "OK"
pass mouseUp
exit mouseUp
end if
visual effect scroll left
pop card
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=392 top=56 right=88 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 21847 / 21847
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
if the optionKey is down then
answer "This button takes you to the Home stack." with "OK"
pass mouseUp
exit mouseUp
end if
visual effect zoom close
go home
end mouseUp